home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_88_CT4 script.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  675 b   |  17 lines

  1. global ds, gList, giNum, gtNum, gtColor
  2.  
  3. on prepareFrame
  4.   templateName = "t" & gtNum
  5.   template = getAt(gList, templateName)
  6.   getColor = templateName & "c" & gtColor
  7.   tColor = getAt(gList, getColor)
  8.   fulltName = template & tColor
  9.   filePath = the moviePath & "INIT"
  10.   member("ColorT1A", 4).fileName = filePath & ds & fulltName & "_A.jpg"
  11.   member("ColorT1B", 4).fileName = filePath & ds & fulltName & "_B.jpg"
  12.   member("ColorT1C", 4).fileName = filePath & ds & fulltName & "_C.jpg"
  13.   member("ColorT1D", 4).fileName = filePath & ds & fulltName & "_D.jpg"
  14.   member("ColorT1E", 4).fileName = filePath & ds & fulltName & "_E.jpg"
  15.   member("CT4-T1-Name").text = fulltName
  16. end
  17.